home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / powerfox.swf / scripts / frame_41 / PlaceObject2_670_182 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-03-21  |  145b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.player.hit))
  3.    {
  4.       this.gotoAndPlay(2);
  5.       _root.gitarre.gotoAndPlay(2);
  6.    }
  7. }
  8.